home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / Play sound 1.0-OSAX / Play sound 1.0 next >
Encoding:
Text File  |  1993-12-19  |  873 b   |  32 lines  |  [TEXT/ttxt]

  1. PAUTEX jf
  2. 14, av Milton NANCY 
  3. tel 83.40.36.80  ------------------------------------- Club dev. de NANCY  1993
  4.  
  5. Extension Applescript   Play sound
  6.  
  7. Play sound n
  8. Pour executer un son dans une ressource utile pour réaliser des démonstrations
  9. avec Applescript.
  10.  
  11. Formulation :
  12. Play sound  [n]                      -- n =  ID of sound to play (default in sys file)
  13.                       [in  alias]           -- path to file contain sound
  14.                   [name "nom"]      -- nom du son dans les ressources
  15.                   [all yes/no ]       -- give all sound in file or first only
  16. Result:   integer                  -- error returned 
  17.  
  18. exp:
  19.  
  20. Play sound 10
  21. Play sound 5  in file "LCII:Filtres"
  22. Play sound name "100 Hz" in file "LCII:Filtres"
  23.  
  24. Bonne utilisation A bientôt  jf
  25.  
  26. Contact PAUTEX jf
  27. 14, av Milton 54000 nancy    
  28. >>>>>>>> e-mail pautex@lpmi.u-nancy.fr <<<<<<<<<
  29.  
  30.  
  31. ...
  32.